home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo"
- echo Psion Series 3a Emulator
- echo"
- echo Please note: You CANNOT run the emulator from this CD-Rom
- echo because it is write protected and the emulator NEEDS to
- echo create temporary files when it is run.
- echo"
- echo Press Ctrl-C now to cancel if you are running from the CD.
- echo Or press any key to continue...
- echo"
- pause >nul
- echo"
- echo Note: Press and hold Ctrl-Alt-Escape to exit the emulator
- echo"
- echo Substituting drives A:, B: and M:
- echo"
- subst a: \psion\a
- subst b: \psion\b
- subst m: \psion\m
- echo"
- echo Running the emulator...
- echo"
- s3aemul.exe
- cls
- echo Psion Series 3a Emulator
- echo"
- echo Removing drive substitutions
- echo"
- echo (If you saw a 'Fatal Error' don't worry, it just
- echo means you have exited from the emulator)
- echo"
- subst a: /d
- subst b: /d
- subst m: /d
- echo"
-